home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 November / macformat-043.iso / mac / Shareware Plus / Comms / commsService 3.01 / AppleScripts / Parameter String Launch < prev    next >
Encoding:
Text File  |  1995-08-15  |  223 b   |  8 lines  |  [TEXT/ToyS]

  1. tell application "commsService"
  2.     try
  3.         set launchName to open "Name=Deakin Library◊address=library.deakin.edu.au"
  4.     on error errMsg
  5.         beep
  6.         display dialog "commsService error - " & return & return & errMsg
  7.     end try
  8. end tell